*{margin: 0px;padding: 0px;}
body{background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
img{border:0px;display: block;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
.clear{clear:both;}

.main{
	width: 1140px;
	margin:0 auto;
}
.head{
	width: 100%;
	height:140px;
	overflow: hidden;
}
.head .name{
	float: left;
	margin-top: 25px;
}
.head .tel{
	float: right;
	margin-top: 40px;
}
.head .tel img{
	float: left;
	margin-top:10px;
}
.head .tel div{
	float: left;
	margin-left: 5px;
}
.head .tel p{
	font-size: 14px;
	color:#000000;
}
.head .tel span{
	font-size: 26px;
	color:#b10808;
	font-weight: bold;
	display: block;
	line-height: 22px;
}
.nav{
	width: 100%;
	height: 50px;
	background: #1354a4;
}
.nav ul {
	width: 1140px;
	height: 50px;
	margin:0 auto;
}
.nav ul li{
	float: left;
	height: 50px;
	line-height: 50px;
	width: 162px;
	text-align: center;
}
.nav ul li a {
	font-size: 16px;
	color:#fff;
}
.nav ul li:hover{
	background: #1868ca;
}
.banner{ 
	width:100%;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}

.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 height:10px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 border: 1px solid #333;
 
}
.banner .hd ul li.on{
 background:#1868ca; 
 border: 1px solid #1868ca;
}
.banner .bd{
 position:relative; 
 height:100%;
  z-index:0; 
  width: 100%; 
}
.banner .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.banner .bd img{
	width:100%; 
	display:block; 
}
.banner .prev,
.banner .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.banner .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.banner .next {
	font-size: 
	58px;color:#fff;
}
.banner .prev{
	font-size: 
	58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ display:none;  
}
.keywords{
	width: 100%;
	height: 50px;
	background: #eeeeee;
}
.keywords p{
	font-size: 16px;
	color:#333333;
	text-align: center;
	line-height: 50px;
	float: left;
}
.keywords ul li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
	color:#333;
	position: relative;
	font-size: 14px;
}
.keywords ul li:after{
	content: "";
	height: 14px;
	top: 18px;
	right: 0;
	width: 1px;
	position:absolute;
	background: #333;
}
.keywords ul li:last-child:after{
	width: 0;
	height: 0;
}
.content-1{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;

}
.list{
	width: 260px;
	height:auto;
	overflow: hidden;
	float: left;
	 
}
.list .tit{
	width: 260px;
	height: 100px;
	background: #1354a4;

}
.list .tit img{
	margin-left:25px;
	margin-top: 30px;
	float: left;
}
.list .tit div{
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}
.list .tit div p{
	font-size: 24px;
	color:#fff;
	font-weight: bold;
}
.list .tit div span{
	font-size: 20px;
	color:#bac6dd;
	font-weight: bold;
}
.list> ul li{
	width: 260px;
	height: 60px;
	background: #cccccc;
	position: relative;
	line-height: 60px;
	margin-top: 8px;
}
.list>ul li:after{
	content: "○";
	height: 14px;
	top: -2px;
	color:#1354a4;
	left: 20px;
	font-size:25px;
	position:absolute;
}
.list> ul li a{
	margin-left: 40px;
	font-size: 16px;
	color:#333333;
}
.list ul li:hover{
	background: #1354a4;
}
.list ul li:hover a{
	color:#fff;
}
.list ul li:hover:after{
	color:#fff;
}
.product{
	width:860px;
	height: auto;
	overflow: hidden;
	float: right;
}
.product .tit{
	width: 100%;
	height: 75px;
	background: #eeeeee;
	box-shadow:6px 0px 0px 0px #1354a4 inset;
}
.product .tit div{
	float: left;
	margin-left:30px;

}
.product .tit div p{
	font-size:20px;
	color:#1354a4;
	font-weight: bold;
	margin-top: 17px;
}
.product .tit div span{
	font-size: 12px;
	color:#999999;
	margin-top: 5px;
}
.product .tit  a{
	float: right;
	width: 100px;
	height: 38px;
	background: #1354a4;
	text-align:center;
	line-height: 38px;
	color:#fff;
	font-size: 14px;
	margin-top: 18px;
	margin-right: 10px;
}
.product ul{
	height: auto;
	overflow: hidden;
	margin-left:-17px;
	margin-top: 23px;
}
.product ul li{
	width: 273px;
	height: 260px;
	float: left;
	border: 1px solid #c9c9c9;
	position: relative;
	margin-left: 17px;
	margin-bottom:20px;
}
.product ul li img{
	width: 263px;
	height: 250px;
	margin:5px;
}
.product ul li p{
	position: absolute;
	width: 263px;
	height: 40px;
	background: rgba(25,25,25,0.5);
	text-align: center;
	line-height: 40px;
	color:#fff;
	font-size: 15px;
	left: 5px;
	bottom: 5px;
}
.content-2{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.adv .tit{
	width: 100%;
	height: 160px;
	background: #1354a4;
	float: left;
}
.adv .tit img{
	margin:0 auto;
	margin-top: 50px;
}
.adv .info{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.adv  .info{
	width: 100%;
	height: 648px;
	float: left;
	position: relative;

}
.adv .plate{
	width: 350px;
	height: 350px;
	background: #1354a4;
	border: 5px solid #c9c9c9;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -150px;
}
.adv .plate .box{
	transform:  rotate(-45deg);
	width: 250px;
	height: 250px;
	background: #fff;
	border-radius:50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-125px;
	margin-left: -125px;
}
.adv .plate .box div{
	margin-top:60px;
	width: 210px;
	height: 145px;
	margin-left:20px;

}
.adv .plate .box div p{
	font-size: 36px;
	color:#000000;
	font-weight: bold;
	border-bottom: 1px solid #c9c9c9;
	text-align: center;
	height:65px;
}
.adv .plate .box div  b{
	font-weight: bold;
	font-size: 48px;
	color:#1354a4;
	width: 210px;

}
.adv .plate .box div span{
	color:#000000;
	font-size:30px;
	display: block;
	text-align: center;
}
.adv ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 130px;
}
.adv ul li {
	 width:515px;
	 height: auto;
	 float: left;
	 overflow: hidden;
	 margin-top: 30px;
	 position: relative;
	 z-index: 100;
	 margin-bottom: 150px;
}
.adv ul li .text{
	width: 330px;
	height: auto;
	float: left;
	overflow: hidden;
}
.adv ul li .text p{
	font-size: 30px;
	color:#1354a4;
	min-height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #c9c9c9;
	font-weight: bold;
	line-height: 35px;
}
.adv ul li .text span{
	font-size: 16px;
	color:#333333;
}
.adv ul li .num{
	width: 90px;
	height: 90px;
	background: #1354a4;
	border-radius: 50%;
	border:5px solid #c9c9c9;
	float: right;
}
.adv ul li .num i{
	color:#fff;
	font-size: 50px;
	 
	line-height: 90px;
	display: block;
 	margin-left: 25px;
}
.adv ul li:nth-child(2n){
	float: right;
	width: 450px;
}
.adv ul li:nth-child(2n) .num{
	float: left;
}
.adv ul li:nth-child(2n) .text{
	float: right;
}
.gg{
	max-width: 1600px;
	min-width: 1200px;
	margin:0 auto;
	height: 160px;
	background: url(../images/gg.png)no-repeat center;
	 
}
.gg  p{
	float: right;
	margin-top: 40px;
	color:#fff;
	font-weight: bold;
	font-size: 26px;
}
.gg .main{
	position:relative;
	height:160px;
}
.gg ul {
	position: absolute;
	right: 0;
	bottom:15px;
	 

}
.gg ul li{
	width: 138px;
	height: 38px;
	border: 1px solid #ffffff;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;

}
.gg ul li a{
	color:#fff;
	font-size: 15px;
}
.workshop{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.title{
	width: 100%;
	height: 60px;
	box-shadow: 0px -15px 0px 0px #eeeeee inset;
	position: relative;
}
.title .box{
	width: 530px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	position: absolute;
	left: 50%;
	margin-left: -265px;
	bottom: 0;
	box-shadow: 0px -30px 0px 0px #eeeeee inset;
}
.title .box div{
	width: 140px;
	background: #fff;
	margin:0 auto;
}
.title p{
	font-size: 30px;
	color:#000000;
	font-weight: bold;
	text-align: center;
 
}
.title span{
	display: block;
	text-align: center;
}
.workshop ul{
	margin-left: -5px;
}
.workshop ul li{
	width: 280px;
	height: 270px;
	float: left;
	margin-left:6px;
	margin-top: 10px;
}
.workshop ul li img{
	width: 270px;
	height: 220px;
	border:5px solid #dcdcdc;
}
.workshop ul li p{
	width: 280px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color:#333;
}
.about{
	width:1140px;
	height:380px;
	overflow: hidden;
	background: #eeeeee;
	margin:0 auto;
	margin-top: 30px;
}
.about .pic{
	float: left;
	margin-top: 18px;
	margin-left: 20px;
}
.about .pic img{
	width: 450px;
	height: 350px;
	
}
.about .info{
	width: 637px;
	height: 270px;
	margin-top: 30px;
	float: right;
}
.about .info .tit{
	width: 637px;
	height: 40px;
	margin-top:30px;
}
.about .info .tit p{
	font-size: 30px;
	color:#1354a4;
	float: left;
	font-weight: bold;
}
.about .info .tit img{
	float: left;
	margin-left: 5px;
	margin-top: 13px;
}
.about .info .text{
	width: 630px;
	margin-top: 10px;
}
.about .info .text p{
	font-size: 16px;
	color:#333333;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp:6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.about .info a{
	display: block;
	width: 178px;
	height: 30px;
	border: 1px solid #b5b5b5;
	text-align: center;
	line-height: 30px;
	color:#333333;
	margin-top: 30px;
}
.part{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news{
	width: 665px;
	height: 348px;
	overflow: hidden;
	background: #eeeeee;
	float: left;
	margin-top:30px;
}
.news .tit{
	width: 100%;
	height:50px;
	border-bottom: 1px solid #bfbfbf;
}
.news .tit p{
	font-size: 22px;
	color:#222222;
	line-height: 50px;
	margin-left: 10px;
	float: left;
	font-weight: bold;
}
.news .tit a{
	display: block;
	float: right;
	width: 70px;
	height: 22px;
	background: #1354a4;
	color:#fff;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	margin-top:15px;
	margin-right: 10px;
}
.news  ul{
	width: 645px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.news  ul li{
	width: 100%;
	height: 30px;
	border-bottom: 1px dashed #c9c9c9;
	line-height: 30px;
	position: relative;
	margin-top: 10px;
}
.news  ul li a{
	font-size: 15px;
	color:#333333;
	margin-left: 15px;
	display: block;
	width: 540px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
.news  ul li span{
	float: right;
	color:#333333;
	font-size: 12px;

}
.news  ul li:after{
    content:"■";
    position:absolute;
    left:0px;
    top:0px;
    height:14px;
    width:1px;
    color:#000000;
    font-size: 15px;
}
.news  ul li:hover a{
	color:#1354a4;
}
.contact{
	width: 455px;
	float: right;
	height:348px;
	overflow: hidden;
	background: #eee;
	margin-top: 30px;
}
.contact .tit{
	width: 100%;
	height:50px;
	border-bottom: 1px solid #bfbfbf;
}
.contact .tit p{
	font-size: 22px;
	color:#222222;
	line-height: 50px;
	margin-left: 10px;
	float: left;
	font-weight: bold;
}
.contact .tit a{
	display: block;
	float: right;
	width: 70px;
	height: 22px;
	background: #1354a4;
	color:#fff;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	margin-top:15px;
	margin-right: 10px;
}
.contact  img{
	margin:0 auto;
	margin-top:10px;
}
.contact .info{
	width: 439px;
	margin:0 auto;
	margin-top: 15px;
}
.contact .info h4{
	font-size: 16px;
	color:#222222;
}
.contact .info p{
	font-size: 15px;
	color:#222222;
	margin-top: 10px;
}
.footer{
	width: 100%;
	height: 300px;
	background: #353535;
	margin-top: 30px;
	float:left;
}
.footer .tel{
	width: 287px;
	height: 165px;
	border-right: 1px solid #525252;
	margin-top:70px;
	float: left;
}
.footer .tel img{
	margin-top: 25px;
}
.footer .tel div{
	margin-top: 10px;
}
.footer .tel div img{
	float: left;
	margin-top: 15px;
}
.footer .tel div  p{
	font-size: 26px;
	color:#fff;
	font-weight: bold;
	width: 200px;
	float: left;
	line-height: 23px;
	margin-top: 10px;
	margin-left: 10px;
}
.footer .info{
	width: 490px;
	height:225px;
	overflow: hidden;
	margin-left: 45px;
	border-right: 1px solid #525252;
	float: left;
	margin-top: 70px;
}
.footer .info p{
	font-size: 15px;
	color:#fff;
	line-height: 18px;
	margin-top:5px;
}
.footer .info a{
	color:#fff;
}
.footer .ewm{
	float: right;
	width: 163px;
	height: 163px;
	margin-top: 70px;
	margin-right: 20px;
}
.footer .ewm img{
	width: 163px;
	height: 163px;
}
.container{ width:1140px; margin:10px auto;}
.con_left{ width:240px; float:left; margin-right:20px;}
.con_right{ width:880px; float:left; margin-top:20px;}
.in_contact{ width:100%; float:left; margin-top:20px;}
.in_contact .tit{ width:230px; height:40px;font-size:15px; font-weight:bold; line-height:40px; color:#FFF; padding-left:10px; position:relative;}
.in_contactmid{ padding-left:10px;}
.in_contactmid h3{ font-size:16px; line-height:32px;}
.in_contactmid img{ margin-top:10px;}
.in_contactmid p{ line-height:20px;}
.in_contact .tit .position a{ color:#FFF;}
.current{background:#1868ca;}
.in_casetit{ width:98%; padding-left:2%;font-weight:bold; border-bottom:#ccc 1px solid; height:39px; line-height:39px;font-size:18px; color:#333; text-align:left; position:relative;}
.position{ position:absolute; right:5px; top:0px; font-size:14px; font-weight:100;}
.position a:link{ color:#000; font-size:12px;}
.position a:visited{ color:#000;font-size:12px;}
.position a:hover{ color:#f00;font-size:12px;}
.ul_news{ width:243px; margin:0px auto; float:left;}
.ul_news li{ width:95%; padding-left:5%; font-size:13px; height:32px; line-height:32px; color:#1d1d1d; border-bottom:#999 1px dotted;}
.index_aboutcont p{ text-indent:2em; font-size:13px; color:#3e3e3e; font-weight:bold;}
.main_right_product { width:100%; margin:0px auto;}
.main_right_product ul{ margin:0px; padding:0px; width:110%;}
.main_right_product ul li{ list-style:none; width:270px; height:230px; float:left; margin-top:10px; margin-right:30px;}
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{ width:260px; height:200px; padding:5px; border:#ccc 1px solid;}
.main_right_product ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover{ color:#ca010b; text-decoration:none;}
.index_newscont h3,.main_right_product h3{text-align:center; line-height:40px; font-size:18px;}
.productimg{ text-align:center; margin:0px auto;}
.productimg img{ max-width:100%; margin:0px auto;}
.index_newscont{ width:100%; margin:0px auto;}
.index_newscont ul li{ height:32px; line-height:32px; border-bottom:#CCC 1px dashed; font-size:13px;  background:url(../images/jiao_31.jpg) no-repeat 5px; padding-left:20px; position:relative;}
.news_time{ position:absolute; right:0px; top:0px;}
.index_newscont ul li a:link,.ul_news li a:link{ color:#3e3e3e;;}
.index_newscont ul li a:visited,.ul_news li a:visited{ color:#3e3e3e;}
.index_newscont ul li a:hover,.ul_news li a:hover{ color:#1354a4;}

.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:12px;text-align:center; float:left; margin-top:10px; margin-bottom:10px;}
.xlr_pages ul{ width:100%; margin:0px auto; height:24px;text-align:center;}
.pagelist li{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px;}
.thisclass{ background:#1e8add; color:#FFF;}
.pagelist li select{ margin:3px;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#f00; text-decoration:none;}
/*留言*/
td{ font-size:14px;}
.coolbg{ width:60px; height:30px; line-height:30px; color:#FFF; background:#282828; border:none;}
.intxt{ height:28px; margin-top:10px;}